home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / deselec1.asm < prev    next >
Assembly Source File  |  1995-12-30  |  186b  |  13 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _DeSelectGList
  5. _DeSelectGList:
  6.     movem.l    a6/a2,-(sp)
  7.     move.l    _ToolBase,a6
  8.     movem.l    12(sp),a0/a1/a2
  9.     move.l    24(sp),d0
  10.     jsr    -174(a6)
  11.     movem.l    (sp)+,a6/a2
  12.     rts
  13.